Time.sinceEpoch
- Instance of
Description
Provides methods returnig the time elapsed since UNIX epoch (January 1, 1970 00:00:00 UTC).
Example
console.writeLine(Time.sinceEpoch.asFloatingPoint());
console.writeLine(Time.sinceEpoch.asInteger());
Provides methods returnig the time elapsed since UNIX epoch (January 1, 1970 00:00:00 UTC).
console.writeLine(Time.sinceEpoch.asFloatingPoint());
console.writeLine(Time.sinceEpoch.asInteger());